Deavmi's coding shack
Commit bffbb54dd44ffbf96fb2c462196aef14b590f833
Parents : d8a852b
Author : Tristan B. Kildaire <deavmi@redxen.eu>
Date : 2021-03-27T16:43:24+02:00
Added update to log
Changes
Diff
diff --git a/docs/journal/update-1.md b/docs/journal/update-1.md
index 750907c..7cdc636 100644
--- a/docs/journal/update-1.md
+++ b/docs/journal/update-1.md
@@ -31,6 +31,10 @@ like `Entity` and `TypedEntity` (of which `Function` and `Variable` are kinds-of
We also put these in a tree, by chainging objects toghether and such. And then all top-level `Statement`s
are put into `Statement[]` in the `Program` object (which should rather be named `Module` probably).
+## Accessors
+
+I have added support for `private`, `public` and `protected` keywords.
+
# Type-checker
I have started work on playing around with the generated program structures.
Served by rngit 1.5.0 - Generated in 0.2s